home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_04 / bankmng.txt next >
Text File  |  1995-01-01  |  3KB  |  96 lines

  1. Ad Lib, January 1989 - Instrument File Conversion Program
  2. ---------------------------------------------------------
  3.  
  4.      The Ad Lib version 1.5 series product line features a new sound file
  5. format which is called an instrument bank file.  In order to provide 
  6. portability between the new V1.5 series and pre-V1.5 file formats, you will
  7. find on this diskette a utility program (BANKMNG.EXE) that converts from
  8. the new .BNK to the old .INS file formats and vice-versa.  How to use the 
  9. conversion program is explained below in the BANK MANAGER section.
  10.  
  11.      In the UPDATES section at the end of this file, you will find 
  12. instructions on upgrading to the V1.5 series software.  You will find it
  13. advantagious to upgrade because, although the conversion utility allows
  14. file portability, pre-V1.5 versions of our software do not support the
  15. additional waveforms.  With the additional waveforms, you have access to
  16. a greater variety sounds.
  17.  
  18.  
  19.  
  20. BANK MANAGER
  21. ------------
  22.  
  23. - To copy instruments from a bank file to separate .INS files, type:
  24.  
  25.   > bankmng /g <bank_file>.bnk
  26.  
  27.      where <bank_file> is the name of the bank file.
  28.      (If you are copying to a diskette, note that DOS has a limit of 110
  29.      files in the main directory of a diskette.  However, there is no limit
  30.      in a sub-directory on a diskette.)
  31.  
  32. - To create a bank file which includes of all the .INS file in the
  33.   current directory, type:
  34.  
  35.   > bankmng /p /i*.ins <newbank>.bnk
  36.  
  37.      where <newbank> is the name of the bank file to be created.
  38.  
  39.  
  40. - To add one or more instrument files (.INS) to an existing bank, type:
  41.  
  42.   > bankmng /p /a /i<ins_file>.ins <bank>.bnk
  43.  
  44.      where <ins_file> is the file name of the instrument
  45.         (example: *, ab*, piano1, etc),
  46.      <bank> is the name of the existing bank to be updated.
  47.  
  48.  
  49. - To get a summary of the available parameters, type:
  50.  
  51.   > bankmng
  52.  
  53. Summary:
  54.   bankmng { /g  /p } [ /a] [/i<ins_files.ins>] <bank_file.bnk>
  55.   options:
  56.      /p: create a new bank file and add .INS files
  57.      /g: copy from bank to .INS files
  58.      /i<files>: .INS source file path name
  59.      /a: with /p, append .INS if bank file exists
  60.  
  61.  
  62.  
  63. UPDATES
  64. -------
  65.  
  66.    To receive updated versions of the latest Ad Lib version 1.5 series 
  67. releases, send your original diskettes with $5 per product plus $5 for
  68. shipping and handling to the following address:
  69.  
  70.      Ad Lib Inc.
  71.      220 Grande-Allee East, suite 960
  72.      Quebec, QC, Canada
  73.      G1R 2J1
  74.  
  75.      If you are ordering an update of a product within 90 days of purchase,
  76. you are not required to pay the update fee.  Please enclose a copy of your
  77. dated proof of purchase.  Shipping and handling charges still apply.
  78.  
  79. -Payment can be made in one of the following ways:
  80.      - Visa or MasterCard: enclose your credit card number and the
  81.        expiration date.
  82.      - Money Order for Canada or the U.S.A.
  83.      - International Money Order for other countries.
  84.  
  85. - Please indicate if you wish to receive your update on 3 1/2 or 5 1/4
  86.   inch diskettes.
  87.  
  88. - Products will be shipped by UPS Ground in the U.S. and by regular mail
  89.   elsewhere on a first come first serve basis.
  90.  
  91. - Please allow 4-5 weeks for delivery.
  92.  
  93. - No customer pickups.
  94.  
  95.  
  96.